GET DATE$

This command will return the current clock date as a formatted string.

  Syntax
Return String=GET DATE$()
  Returns

The return value is a string.

  Description

The string contains the date in the format MM/DD/YY. MM indicating the current month number 01-12, DD indicating the current date number 01-31 and YY indicating the current year number 00-99.

  Example Code
PRINT GET DATE$()
WAIT KEY
  See also

CORE Commands Menu
Index